@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://truckstop-mdc-components.web.app/shared.css');

@import '/Truckstop Secure Login_files/_helpers.css';
@import '/Truckstop Secure Login_files/_variables.css';
@import '/Truckstop Secure Login_files/_typography.css';
@import '/Truckstop Secure Login_files/_modules.css';

.tsx-container {
  width: 100%;
  max-width: 23rem;
  height: 100%;
  margin: auto;
  margin-top: 2rem;

  color: var(--primatives-black);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

div.reactSingularKey_loading-container {
  --primary-color: var(--primary-900, #b60207) !important;
}
